projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a10ff6
)
Add missing argument to function call
author
Leo Okawa Ericson
<git@relevant-information.com>
Mon, 23 Aug 2021 11:01:01 +0000
(13:01 +0200)
committer
Leo Okawa Ericson
<git@relevant-information.com>
Mon, 23 Aug 2021 11:04:04 +0000
(13:04 +0200)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index bb007e81eb1d475812e05041b04459dbd6136fb8..470d173862c1b822c529750ee1de3b66114e2f2b 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-1799,7
+1799,7
@@
non-nil, then bindings are collected recursively for all prefixes."
(let* ((unformatted
(cond ((keymapp keymap)
(which-key--get-keymap-bindings
- keymap prefix filter recursive))
+ keymap
nil
prefix filter recursive))
(keymap
(error "%s is not a keymap" keymap))
(t